home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / video.dxr / 00135_quit button.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  232 b   |  12 lines

  1. on mouseUp
  2.   global Hdrive
  3.   set the blend of sprite 47 to 100
  4.   set the visible of sprite 48 to 0
  5.   updateStage()
  6.   puppetSound(2, "click")
  7.   set the blend of sprite 47 to 0
  8.   updateStage()
  9.   go(1)
  10.   play movie Hdrive & "quit"
  11. end
  12.